.header{
    width: 100%;
    height: 85px;
    display: flow;
}
.header .header-left{
    float: left;
}
.header .header-left .container{
    position: absolute;
    width: 1070px;
    margin: 0 auto;
    left:380px;
}
.header .logo{
    width: 145px;
    height: 40px;
    float: left;
    margin-top: 20px;
}
.header .nav{
    width: 880px;
    height: 85px;
    float: right;
}
.header .nav ul{
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}
.header .nav li{
    width: 110px;
    line-height: 85px;
    text-align: center;
    background: url("../images/line02.jpg") no-repeat right center;
}
.header .nav li:last-child{
    background: none;
}
.header .nav li a{
    display: block;
    width:110px;
}
.header .nav li span{
    display: block;
    width: 110px;
}
.header .nav li:first-child a{
    background: url("../images/icon_09.jpg") no-repeat top 40px right 25px;
}
.header .nav li.on span{
    background: url("../images/line04.jpg") no-repeat bottom right;
}
.header .header-right{
    width: 385px;
    height: 85px;
    float: right;
    position: relative;
}
.header .header-right .tel{
    width: 195px;
    height: 85px;
    float: left;
    border-right:1px solid #969696;
    background: url("../images/tel.png") no-repeat left center;
    text-indent: 30px;
    line-height: 85px;
    font-size: 16px;
    color:#000000;
    font-weight: bold;
}
.header .header-right .navbar{
    float: left;
    padding: 30px 25px 25px 25px;
    position: relative;
}
.header .header-right .navbar .search{
    width: 27px;
    height: 27px;
    float: left;
    cursor: pointer;
}
.header .header-right .navbar .navbtn{
    width: 30px;
    height: 22px;
    float: left;
    margin-left: 25px;
    cursor: pointer;
}

#form{
    width: 205px;
    height: 38px;
    -webkit-border-radius: 30px;
    -moz-border-radius: 30px;
    border-radius: 30px;
    border:1px solid #c9c9c9;
    background-color: #FFFFFF;
    display: none;
    position: absolute;
    top:80px;
    left:0;
    z-index: 50;
}
#keyword{
    width: 135px;
    height: 38px;
    float: left;
    outline: none;
    padding-left: 15px;
}
#btnsub{
    width: 27px;
    height: 27px;
    background: url("../images/search.jpg") no-repeat left center;
    float: right;
    margin-top: 5px;
    margin-right: 10px;
    outline: none;
}
.topmenu{
    width: 100%;
    height: 100%;
    position: fixed;
    left:0;
    top:0;
    background-color: #fff;
    z-index: 9999;
}
.topmenu .topmenu-head{
    width: 100%;
    height: 85px;
    padding:0 100px;
    border-bottom:1px solid #c4c4c4;
}
.topmenu .topmenu-head .logo{
    float: left;
    margin-top: 25px;
}
.topmenu .topmenu-head-r{
    width: 395px;
    float: right;
}
.topmenu .topmenu-head .tel{
    width: 195px;
    height: 85px;
    float: left;
    border-right:1px solid #969696;
    background: url("../images/tel.png") no-repeat left center;
    text-indent: 30px;
    line-height: 85px;
    font-size: 16px;
    color:#000000;
    font-weight: bold;
}
.topmenu .topmenu-head .bar{
    float: left;
    margin-left: 20px;
    margin-top: 30px;
}
.topmenu .content{
    width: 1200px;
    height: auto;
    padding: 50px 0 150px 0;
    margin: 0 auto;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-around;
}
.topmenu .content .box h2{
    line-height: 50px;
}
.topmenu .content .box ul li{
    line-height: 35px;
}

.topmenu .bottom{
    width: 1200px;
    height: auto;
    margin: 0 auto;
}
.topmenu .bottom .select{
    width: 240px;
    height: 40px;
    float: left;
    padding-top: 20px;
}
.topmenu .bottom .select select{
    width: 240px;
    height: 40px;
    border:1px solid #c4c4c4;
    color:#000;
    font-size: 18px;
    background: none;
}
.topmenu .bottom .text{
    width: 900px;
    height: auto;
    float: right;
    text-align: center;
    color:#000;
    line-height: 35px;
    background: url("../images/icon_07.png") no-repeat right 120px center;
}
.headtop{
	position:fixed;
	top:0;
	left:0;
	width:100%;
	height:85px;
	background:#fff;
	z-index:9999;
}
.headtop-bg{height:585px}
.head{
    width: 1400px;
    height: 85px;
    margin: 0 auto;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-around;
}
.head .logo{
    width: 145px;
    height: 40px;
    margin-top: 20px;
}
.head .nav{
    width: 1090px;
    height: 85px;
}
.head .nav ul{
    display: flex;
    flex-wrap: wrap;
    line-height: 85px;
}
.head .nav ul li{
   
    text-align: center;
    background: url("../images/line02.jpg") no-repeat right center;
}
.head .nav ul li.tel{
	width: 70px;
    padding-left: 10px;
    background: url(../images/tel.png) center center no-repeat;
}
.head .nav li:last-child{
    background: none;
}
.head .nav li a{
    display: block;
    padding:0 20px;

}
.head .nav li.tel a{
	width:160px;
}
.head .nav li span{
    display: block;

}
.head .nav li.tel span{
    width: 160px;
}
.head .nav li:first-child a{
    margin-left:16px;
}
.head .nav li.on span{
    background: url("../images/line04.jpg") repeat-x bottom right;
}
.head .navbar{
    width: 90px;
    height: 30px;
    border-left: 1px solid #c4c4c4;
    padding: 30px 30px 25px 30px;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    position: relative;
}

.msg{border:1px solid #999;margin:80px auto;padding:50px 80px;height:100px;width:1000px;}
.msg-success{border-left:4px solid green;}
.msg-error{border-left:4px solid red;}

.msg-ico{display:inline-block;width:80px;float:left;height:100px;padding-top:20px;}
.msg-ico span{display:inline-block;width:60px;height:60px;line-height:60px;text-align:center;font-size:30px;color:#fff;font-weight:bold;border-radius:50%;}
.msg-ico span.glyphicon-ok{background:green;}
.msg-ico span.glyphicon-remove{background:red;}
.msg-info{margin-left:100px;}
.msg-title{font-size:24px;font-weight:bold;color:#222;}
.msg-val{padding:5px 0;font-size:20px;color:#555;}
.msg-links{padding:5px 0;}
.msg-links a{display:inline-block;float:left;margin-right:50px;color:#ccbaa2;}

.banner{position:fixed;top:85px;left:0;width:100%;z-index:1;}

.content{position:relative;z-index:900;background:#fff;}
.menu.fixed{position:fixed;top:85px;left:0;width:100%;z-index:9999}

.to_top{position:fixed;right:50px;bottom:50px;width:85px;height:85px;z-index:99999;}

.banner-footer{
	position:absolute;
	bottom:30px;
	left:0;
	width:100%;
	z-index:100;
	height:80px;
}
.banner-footer-banquan{
	display:inline-block;
	float:left;
	line-height:50px;
	height:50px;
	color:#fff;
	padding-left:30px;
}
.banner-footer-jiantou{
	position:absolute;
	top:0;
	left:50%;
	width:50px;
	margin-left:-25px;
	height:70px;
	line-height:50px;
	text-align:center;
	font-size:60px;
	color:#fff;
}
.banner-footer-jiantou p{
	font-size: 12px;
    height: 20px;
    line-height: 20px;
}
.banner-footer-links{
	display:inline-block;
	float:right;
	height:30px;
	padding:10px 30px 10px 0;
}
.banner-footer-links img{
	width:30px;
	height:30px;
	margin-left:15px;
	float:left;
}